Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


darch (version 0.10.0)

setGenWeightFunction<-: Sets the function for generating weight matrices.

Description

The function have to return a matrix with number of units in the lower layer as number of rows and number of units in the upper layer as the number of columns.

Usage

setGenWeightFunction(net) <- value
"setGenWeightFunction"(net) <- value

Arguments

net
A instance of the class Net.
value
Object of the class function.

See Also

Net